C#
VB
C++
Initializes a new instance of the RequestFields class.
public RequestFields(
string Uri,
Dictionary<string, string> args,
string[] clientAcceptTypes
)
Public Function New( _
ByVal Uri As String, _
ByVal args As Dictionary(Of String,String), _
ByVal clientAcceptTypes() As String _
)
public:
RequestFields(
String^ Uri,
Dictionary<String^,String^>^ args,
array<String^>^ clientAcceptTypes
)
Uri
The Uri of the host server.
args
The client request JPIP arguments.
clientAcceptTypes
The client accepted return types.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET